home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / DEKRYPT.TXT < prev    next >
Text File  |  1996-08-25  |  3KB  |  86 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                          DEKRYPT - Decrypt File 1.4
  7.  
  8.  
  9. This utility decrypts one or more files with a user supplied password,
  10. creating a new file or replacing the encrypted file in the process.
  11.  
  12. Files must have been encrypted using the corresponding ENKRYPT program from
  13. K-Tools Utilities.
  14.  
  15.  
  16. USAGE:
  17.  
  18.   DEKRYPT [sourcedir]sourcefiles [[targetdir][targetfiles]]
  19.  
  20. where:  sourcedir    is the location of the existing files, or the current
  21.                      directory if blank
  22.  
  23.         sourcefiles  is the file to be decrypted, wildcards are accepted to
  24.                      specify multiple files
  25.  
  26.         targetdir    is the destination location for the decrypted files, or
  27.                      the same directory if blank
  28.  
  29.         targetfiles  is the new file name or names for the decrypted files,
  30.                      wildcards are allowed for partial renaming of multiple
  31.                      files, or blank if the names are to remain the same
  32.  
  33. Note that if no target directory or file name is specified then the original
  34. encrypted files will be replaced by the decrypted versions.
  35.  
  36.  
  37. EXAMPLES:
  38.  
  39.   DEKRYPT MYFILE.TXX *.TXT       will read MYFILE.TXX from the current
  40.                                  directory and write a decrypted copy to
  41.                                  MYFILE.TXT in the same directory
  42.  
  43.   DEKRYPT *.TXX *.TXT            will read all .TXX files from the current
  44.                                  directory and write decrypted copies to
  45.                                  *.TXT in the same directory
  46.  
  47.   DEKRYPT \DIR1\*.* \DIR2        will read all files from the \DIR1
  48.                                  directory and write decrypted copies
  49.                                  with the same name to the \DIR2 directory
  50.  
  51.   DEKRYPT MYFILE.DOC             will decrypt MYFILE.DOC in the current
  52.                                  directory in place
  53.  
  54.   DEKRYPT *.*                    will decrypt all files in the current
  55.                                  directory in place
  56.  
  57. When run, DEKRYPT will prompt you for a password.  This must be exactly the
  58. same as the original password used to encrypt the file, including the same
  59. use of upper and lower case.
  60.  
  61. Files which have not been encrypted, or have been encrypted by incompatible
  62. encryption software, will not be decrypted by this program, but will be
  63. listed with an appropriate message.  Files which have been encrypted using a
  64. different password will also not be decrypted, but will be listed with an
  65. appropriate message.
  66.  
  67. Run DEKRYPT with no parameters or "?" or "/?" to display simple help and
  68. registration information.
  69.  
  70.  
  71. REGISTRATION:
  72.  
  73. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  74. using it after the 60 day trial period you must register, which costs only
  75. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  76.  
  77. Author:     Rob McDonell
  78.             ARK ANGLES
  79.             P O Box 190 (61 Oaklands Rd)
  80.             Hazelbrook  NSW  2779
  81.             AUSTRALIA
  82. Phone:      Intl+61-47-588100
  83. Fax:        Intl+61-47-588638
  84. Compuserve: 100237,141
  85. Internet:   100237.141@compuserve.com
  86.